VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / FormattingProperties Class / FormattingProperties Constructors / FormattingProperties Constructor(String,String,String,String,String,String[])
Syntax Requirements SeeAlso
In This Topic
    FormattingProperties Constructor(String,String,String,String,String,String[])
    In This Topic
    Initializes a new instance of the FormattingProperties class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal listSeparator
    The list separator.
    As System.String, _
    ByVal uiListSeparator
    The UI list separator.
    As System.String, _
    ByVal numberDecimalSeparator
    The number decimal separator.
    As System.String, _
    ByVal numberGroupSeparator
    The number group separator.
    As System.String, _
    ByVal referenceError
    The reference error constant.
    As System.String, _
    ByVal localizedNames
    The localized names.
    () As System.String _
    )
    public FormattingProperties(
    System.String listSeparator,
    System.String uiListSeparator,
    System.String numberDecimalSeparator,
    System.String numberGroupSeparator,
    System.String referenceError,
    System.String[] localizedNames
    )
    public: FormattingProperties(
    System.String listSeparator,
    System.String uiListSeparator,
    System.String numberDecimalSeparator,
    System.String numberGroupSeparator,
    System.String referenceError,
    System.String[]* localizedNames
    )
    public:
    FormattingProperties(
    System.String listSeparator,
    System.String uiListSeparator,
    System.String numberDecimalSeparator,
    System.String numberGroupSeparator,
    System.String referenceError,
    array<System.String>^ localizedNames
    )

    Parameters

    listSeparator
    The list separator.
    uiListSeparator
    The UI list separator.
    numberDecimalSeparator
    The number decimal separator.
    numberGroupSeparator
    The number group separator.
    referenceError
    The reference error constant.
    localizedNames
    The localized names.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also